InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / CheckButtonElement Class / CheckButtonElement Constructor / CheckButtonElement Constructor(Style,Object[])
The Style object to use.
An System.Array of objects to display as content.

In This Topic
    CheckButtonElement Constructor(Style,Object[])
    In This Topic
    Initializes a new CheckButtonElement with specified style and content.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal style As Style, _
       ByVal ParamArray content() As Object _
    )
    public CheckButtonElement( 
       Style style,
       params object[] content
    )

    Parameters

    style
    The Style object to use.
    content
    An System.Array of objects to display as content.
    See Also